home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for p3rect.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_p3rect_H = 1;
- include("real/gadget/r3prpgad.js")
-
-
- var R3CLID_RECTPROPGADGET = 240;
-
-
-
-
- // Description: set rectangle points (mapchanges)
- // p3: r3Vect
-
- R3PREGM_CPP2 = 240002;
-
- function mR3PREGM_CPP2(p3) {
- DoA(this.r3obj, 240002, p3, R3TID_VECTOR, 0);
- }
-
- // Description: set width/height (mapchanges)
- // p3: Number
-
- R3PREGM_HEIGHT = 240004;
-
- function mR3PREGM_HEIGHT(p3) {
- DoA(this.r3obj, 240004, p3, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Rectpropgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RECTPROPGADGET, arguments);
- }
- // Methods
- this.CPP2=mR3PREGM_CPP2;
- this.HEIGHT=mR3PREGM_HEIGHT;
-
- }
-
- r3Rectpropgadget.prototype=new r3Propertiesgadgets;
- // p3rect.h_H